Dear ASPdb,

In grid mode, rather than requiring my users to keep pressing "Row+" until all rows returned by a filter are on the page,
I would like to implement an "All Rows" button (probably with a row limit as a safeguard!).

My current attempt is a link to my page with a querystring that passes the current value of MyDb.dbRecordCount, which I assign to MyDb.dbGridInc,
but this does not seem to work; if I add MyDb.Reset(unit) it works but loses other stuff such as the filter.

Is there a reliable way to implement an "All Rows" button?

Thanks,
David Archer